﻿/* HWB CMS Resource */

body {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	background: #CCCCCC url("/SiteCollectionImages/HWB/img/sitebackground.png") !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
}
#common_header, #logo {
	margin: 0px !important;
	padding: 0px !important;
	
}
#logo img {

}
/* Lang Switcher */
#lang_switcher
{
width: 100px;
margin: 0px;
position: relative;
top: -58px;
left: -10px;
float: right;
}

#lang_switcher a
{
color: #fff;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
font-size: 1.4em !important;
font-weight:bold;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 15px;
font-weight: bold;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-image: none;
background-attachment: scroll;
background-repeat: repeat;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: rgb(136, 154, 41);
}

#lang_switcher a {
	background: url("img/lang_bg.png") no-repeat center; font-family: Arial, Helvetica, sans-serif; padding: 0px; width: 95px; height: 27px; text-align: center; line-height: 26px; display: block;
}

#lang_switcher a:hover {
	background-color: rgb(167, 187, 59);
	text-decoration: none;
}

#lang_switcher a:hover {
	background: url("img/lang_bg_on.png") no-repeat center; font-family: Arial, Helvetica, sans-serif;
}

/* Content */
#resource {
	width: 670px;
	margin: 0px;
	padding: 0px 0px 0px 10px;	
}

#ctl00_PlaceholderMain_pndIntrim, #interim {
	clear: both;
	float: left;
}
#mainContent {
	margin: auto;
	padding: 0px 0px 140px 0px !important;

	overflow: auto;
	width: 990px;
	background: #fff url("https://hwb.wales.gov.uk/cms/hwbcontent/SiteCollectionImages/HWB/img/hwb-blankfoot.png") no-repeat !important;
	background-position: center bottom !important;
	color: #333 !important;
	font-size: 0.9em !important;
}
#sidebar {
	margin-left: 30px;
}
#title, #description {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #333 !important;	
}
#sidebar #info div {	
	font-family: Arial, Helvetica, sans-serif !important;
	color: #333 !important;
	font-size: 0.9em !important;
}
#divLeftLink div.item div.label a, #divLeftLink div.item div.label a:link, #divLeftLink div.item div.label a:active, #divLeftLink div.item div.label a:visited {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #2f66a1 !important;
	font-weight: bold !important;
	font-size: 1em;
}
#divLeftLink div.item div.label a:hover {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #2575d8 !important;	
	font-weight: bold !important;
	text-decoration: none !important;
	font-size: 1em;
}

#resource a, #resource a:link, #resource a:active, #resource a:visited {
	color: #2f66a1 !important;
	font-weight: bold;
}
#resource a:hover {
	color: #2575d8 !important;	
	font-weight: bold;
	text-decoration: none;
}
#tags {
	width: 680px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 2px #CCC;
}
#tags span {
	display: inline-block;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#tags span.tag {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	font-size: 1.2em !important;
}

/* No Resource */
#divNoResource {
	clear: both;
	float: left;
	margin-top: 20px;
	height: 140px;
}
#cmsimg {
	float: left;
	background-image: url("/SiteCollectionImages/HWB/img/no-res-ic.jpg"); 
	background-repeat: no-repeat;
	height: 140px;
	width: 130px;
}           
#cmstxt {
	float: left;
	height: 140px;
	width: 800px;
	background: #f7f7f7;
}
#cmstxt span {
	display: inline-block;
	margin: 20px 0px 10px 20px;
	font-size: 1.7em;
	font-weight: bold;
} 
#cmstxt p {
	margin: 10px 0px 10px 20px;
	font-size: 1.3em;
}      

